FmsStationGroup Object

The FmsStationGroup object defines the properties and Nodes of a station group. It can be used to create groups in an FMS. Declare the object using the following code:

Dim FmsStationGroup

Set FmsStationGroup = CreateObject("CxFms.FmsStationGroup")

Each method in this document will assume you have declared and connected an FmsClient object using the following code.

Dim FmsClient

Set FmsClient = CreateObject("CxFms.FmsClient")

 

FmsClient.Connect("CYGDEMO.FMS")


More: